home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / restor55.zip / VERSION.TXT < prev   
Text File  |  1990-10-13  |  4KB  |  103 lines

  1. Version.Txt  Version history for Restore
  2. ***********
  3.  
  4. Last updated by Roedy Green 90/10/13
  5.  
  6. Version History:
  7.  
  8. Version 1:
  9.         - not released to the public
  10.         - restored all files ignoring the filespec
  11.  
  12. Version 2: released Christmas 1986
  13.         - /P /Q /S options.
  14.          - allowed you to select files to be restored.
  15.  
  16. Version 3: released to Charware subscribers Jan 28 1987
  17.          - fixed bug when restore had to handle 10 or more diskettes.
  18.  
  19. Version 4: released to BIX March 5 1987
  20.         - fixed bug RESTORE A: C:*.*/S in root directory did not work.
  21.           was treated as RESTORE A: C:\\*.*/S instead of C:\*.*/S
  22.         - fixed bug.  Originally all disks in the backup set were
  23.           checked to makes sure they were created on the same day
  24.           to make sure they were part of the same set.  Because backups
  25.           can be created with the /A option, it is possible each diskette
  26.           in the set is part of a different set.  Thus the check was
  27.           removed.
  28.  
  29. Version 4.1: released May 8 1987
  30.         - version number now prints as part of the "Screwed up" message
  31.         - RESTORE.TXT documention separated from ASM source code
  32.         - change mailing address
  33.  
  34. Version 4.2: released July 9 1987
  35.         - beeps when wants disk
  36.  
  37. Version 4.3: released April 9 1988
  38.         - change of mailing address in banner
  39.  
  40. Version 4.4: released December 24 1988
  41.         - change of mailing address in banner
  42.  
  43. Version 5.0: released March 4 1989
  44.         - very limited distribution
  45.         - added support for DOS 3.3 through DOS 4.01
  46.         - this was a major rewrite that took many times
  47.           longer to write than the original.  For this
  48.           reason Version 5.0 is not Charware, but rather
  49.           ShareWare.
  50.  
  51. Version 5.1: released May 24 1989
  52.         - more friendly, simpler, less technical error messages.
  53.         - fancier prompts.
  54.         - tidier source code.
  55.         - bug fixed that restored a file fragment when you inserted
  56.           the wrong diskette.
  57.         - avoid reprompting entire prompt when input bad.
  58.         - Abort Retry Ignore keystrokes no longer echo.
  59.         - / options no longer picky about leading space.
  60.         - warning message if source not A: or B:
  61.         - warning message if target not C: through G:
  62.         - fancier banner, with pause
  63.  
  64. Version 5.2: released July 26 1989
  65.         - add extra blank line ahead of insert disk prompt
  66.         - extra information on site licenses
  67.         - separate registering text.
  68.         - now assembled with Optasm
  69.  
  70. Version 5.3: released 1990 February 5
  71.         - there are bugs in DOS 2.0 and 2.1 that can
  72.           interfere with Restore.
  73.         - changes to Default_Subdir now account for the
  74.           DOS bug when DOS gives mixed upper and lower
  75.           case for the current directory and when DOS
  76.           sometimes give directory names that are
  77.           too long.
  78.  
  79. Version 5.4: released 1990 August 3
  80.         - better explanation of registration in banner.
  81.  
  82. Version 5.5: released 1990 October 13
  83.     - new documentation warning that RESTORE cannot restore
  84.           to a different directory.
  85.     - new docs on how to handle problem of a restoring a backup
  86.         when you don't know what is on it.
  87.         - better heading in the docs
  88.     - now works on LANS, no more IOCTL calls on hard drives.
  89.     - ^ now accepted as valid character in a filename.
  90.     - You can now assemble RESTORE in a way that makes it
  91.           more suitable as an install program for multi-disk
  92.           software packages.
  93.     - Some versions of DOS and some cachers have a bug that
  94.           they fail to notice when you change the diskette in a
  95.           floppy drive and thus give the program data from the previous
  96.           diskette instead of the current one.  To bypass this
  97.           bug I added a disk reset just prior to each diskette
  98.           swap.  The symptom is that the program claims diskette
  99.           1 is in the drive, and demands diskette 2, when in fact
  100.           you have already inserted diskette 2.
  101.  
  102. -30-
  103.